home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6157 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  877 b 

  1. Path: nntp.atlanta.com!usenet
  2. From: cam03@cppccam03.homedepot.com (Chuck Mattern)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: passing of pointers
  5. Date: 22 Feb 1996 23:26:44 GMT
  6. Organization: Internet Atlanta
  7. Message-ID: <4giu3k$m6m@nntp.atlanta.com>
  8. References: <4ggavc$f4u@nntp.atlanta.com>
  9. NNTP-Posting-Host: 151.140.22.53
  10. X-Newsreader: knews 0.9.5
  11.  
  12. I solved this one myself....  I just needed to pass p instead of *p.
  13.  
  14. In article <4ggavc$f4u@nntp.atlanta.com>,
  15.     cam03@cppccam03.homedepot.com (Chuck Mattern) writes:
  16.  
  17. >release(maxtime, *p); /* this p is local to the calling function and at
  18. >             the time of this invocation is equal to *tty 
  19. >             which is the head of the list */
  20. >
  21.  
  22. -- 
  23. Chuck Mattern             "That which does not kill us, makes us stronger.."
  24. cmattern@homedepot.com    -Friedrich Nietzsche-                             
  25. 2727 Paces Ferry Rd.
  26. Atlanta, GA 30339
  27.  
  28.  
  29.